home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Florida / Atlas of Florida.iso / Movies / 6.0 Recreation / 00884_Script_884 < prev    next >
Text File  |  1994-08-23  |  1KB  |  45 lines

  1. setcursors "3,4,5,6,7,8,9,10,11,12,13,14,15"
  2. setupText 0,0
  3.  
  4. --hideChannel 17
  5. --hideChannel 18
  6. --hideChannel 19
  7. --hideChannel 20
  8. --hideChannel 21
  9. --hideChannel 22
  10. --hideChannel 23
  11. --hideChannel 24
  12. --hideChannel 25
  13. --hideChannel 26
  14. --hideChannel 27
  15. --hideChannel 28
  16. --
  17. -- Highlights the current month
  18. --
  19. -- if JAN, highlight channel 17
  20. --if char 1 of the date = "1" AND char 2 of the date = "/" then showChannel 17
  21. -- if FEB, highlight channel 18
  22. --if char 1 of the date = "2" then showChannel 18
  23. -- if MAR, highlight channel 19
  24. --if char 1 of the date = "3" then showChannel 19
  25. -- if APR, highlight channel 20
  26. --if char 1 of the date = "4" then showChannel 20
  27. -- if MAY, highlight channel 21
  28. --if char 1 of the date = "5" then showChannel 21
  29. -- if JUN, highlight channel 22
  30. --if char 1 of the date = "6" then showChannel 22
  31. -- if JUL, highlight channel 23
  32. --if char 1 of the date = "7" then showChannel 23
  33. -- if AUG, highlight channel 24
  34. --if char 1 of the date = "8" then showChannel 24
  35. -- if SEP, highlight channel 25
  36. --if char 1 of the date = "9" then showChannel 25
  37. -- if OCT, highlight channel 26
  38. --if char 1 to 2 of the date = "10" AND char 3 of the date = "/" then showChannel 26
  39. -- if NOV, highlight channel 27
  40. --if char 1 to 2 of the date = "11" AND char 3 of the date = "/" then showChannel 27
  41. -- if DEC, highlight channel 28
  42. --if char 1 to 2 of the date = "12" AND char 3 of the date = "/" then showChannel 28
  43. --
  44. --updateStage
  45.